home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 1 Issue 2
/
PDCD-1 - Issue 02.iso
/
_utilities
/
utilities
/
003
/
motorola
/
Sources
/
h
/
riscos
< prev
next >
Wrap
Text File
|
1993-06-09
|
418b
|
23 lines
/*
* riscos.h
* Copyright ⌐ 1992 Niklas R÷jemo
*/
#ifndef _riscos_h
#define _riscos_h
#include "os.h"
#define ThrowbackInfo -1
#define ThrowbackWarning 0
#define ThrowbackError 1
#define ThrowbackSeriousError 2
os_error *ThrowbackStart(void);
os_error *ThrowbackSendStart(char *filename);
os_error *ThrowbackSendError(int level,int lineno,char *error);
os_error *ThrowbackEnd(void);
#endif